home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Games / Brettrix.app.sit / Brettrix.app / Contents / Resources / AboutBox.nib / classes.nib next >
Encoding:
Text File  |  2003-02-08  |  733 b   |  24 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {showAboutPanel = id; startGame = id; togglePausedGame = id; }; 
  5.             CLASS = BRController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 aboutBox = id; 
  9.                 legendField = id; 
  10.                 linesField = id; 
  11.                 piecesField = id; 
  12.                 preferenceController = id; 
  13.                 scoreField = id; 
  14.                 speedField = id; 
  15.                 targetbirdsField = id; 
  16.                 versionHistoryField = id; 
  17.                 view = id; 
  18.             }; 
  19.             SUPERCLASS = NSObject; 
  20.         }, 
  21.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  22.     ); 
  23.     IBVersion = 1; 
  24. }